home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TweakAll / tweakall3fullsetup.exe / {app} / SendTo / SendTo.dll / 0 / RCDATA / TFRMHEADERSETUP / TFRMHEADERSETUP.txt
Text File  |  2002-01-25  |  5KB  |  215 lines

  1. object frmHeaderSetup: TfrmHeaderSetup
  2.   Left = 367
  3.   Top = 290
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Columns'
  7.   ClientHeight = 204
  8.   ClientWidth = 497
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlSections: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 497
  22.     Height = 204
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lblAvailable: TLabel
  27.       Left = 8
  28.       Top = 9
  29.       Width = 89
  30.       Height = 13
  31.       Caption = 'A&vailable Columns:'
  32.       FocusControl = lbxAvailable
  33.     end
  34.     object lblVisible: TLabel
  35.       Left = 250
  36.       Top = 9
  37.       Width = 80
  38.       Height = 13
  39.       Caption = '&Current Columns:'
  40.       FocusControl = lbxVisible
  41.     end
  42.     object lbxAvailable: TElAdvancedListBox
  43.       Left = 6
  44.       Top = 24
  45.       Width = 151
  46.       Height = 172
  47.       ItemHeight = 13
  48.       TabOrder = 0
  49.       OnClick = FormShow
  50.       OnDblClick = btnAddClick
  51.       OnDragDrop = lbxAvailableDragDrop
  52.       OnDragOver = lbxAvailableDragOver
  53.       OnEnter = lbxAvailableEnter
  54.       OnExit = FormShow
  55.       OnMouseDown = lbxAvailableMouseDown
  56.       ActiveBorderType = fbtFlat
  57.       Flat = True
  58.       SelectedFont.Charset = DEFAULT_CHARSET
  59.       SelectedFont.Color = clHighlightText
  60.       SelectedFont.Height = -11
  61.       SelectedFont.Name = 'MS Sans Serif'
  62.       SelectedFont.Style = []
  63.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  64.       HorizontalScroll = False
  65.     end
  66.     object lbxVisible: TElAdvancedListBox
  67.       Left = 250
  68.       Top = 24
  69.       Width = 151
  70.       Height = 172
  71.       ItemHeight = 13
  72.       TabOrder = 1
  73.       OnClick = FormShow
  74.       OnDblClick = btnDeleteClick
  75.       OnDragDrop = lbxVisibleDragDrop
  76.       OnDragOver = lbxVisibleDragOver
  77.       OnEnter = lbxVisibleEnter
  78.       OnExit = FormShow
  79.       OnMouseDown = lbxVisibleMouseDown
  80.       ActiveBorderType = fbtFlat
  81.       Flat = True
  82.       SelectedFont.Charset = DEFAULT_CHARSET
  83.       SelectedFont.Color = clHighlightText
  84.       SelectedFont.Height = -11
  85.       SelectedFont.Name = 'MS Sans Serif'
  86.       SelectedFont.Style = []
  87.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  88.       HorizontalScroll = False
  89.     end
  90.     object btnAdd: TElPopupButton
  91.       Left = 166
  92.       Top = 82
  93.       Width = 75
  94.       Height = 23
  95.       ImageIndex = 0
  96.       DrawDefaultFrame = False
  97.       ShadowBtnHighlight = 14606295
  98.       ShadowBtnShadow = 7764576
  99.       ShadowBtnDkShadow = 5856328
  100.       ShowFocus = False
  101.       TextDrawType = tdtNormal
  102.       Transparent = False
  103.       Caption = '&Add ->'
  104.       TabStop = False
  105.       TabOrder = 2
  106.       Color = clBtnFace
  107.       ParentColor = False
  108.       OnClick = btnAddClick
  109.     end
  110.     object btnDelete: TElPopupButton
  111.       Left = 166
  112.       Top = 111
  113.       Width = 75
  114.       Height = 23
  115.       ImageIndex = 0
  116.       DrawDefaultFrame = False
  117.       ShadowBtnHighlight = 14606295
  118.       ShadowBtnShadow = 7764576
  119.       ShadowBtnDkShadow = 5856328
  120.       ShowFocus = False
  121.       TextDrawType = tdtNormal
  122.       Transparent = False
  123.       Caption = '<- &Remove'
  124.       Enabled = False
  125.       TabStop = False
  126.       TabOrder = 3
  127.       Color = clBtnFace
  128.       ParentColor = False
  129.       OnClick = btnDeleteClick
  130.     end
  131.     object btnUp: TElPopupButton
  132.       Left = 411
  133.       Top = 114
  134.       Width = 75
  135.       Height = 23
  136.       ImageIndex = 0
  137.       DrawDefaultFrame = False
  138.       ShadowBtnHighlight = 14606295
  139.       ShadowBtnShadow = 7764576
  140.       ShadowBtnDkShadow = 5856328
  141.       ShowFocus = False
  142.       TextDrawType = tdtNormal
  143.       Transparent = False
  144.       Caption = 'Move &Up'
  145.       Enabled = False
  146.       TabStop = False
  147.       TabOrder = 4
  148.       Color = clBtnFace
  149.       ParentColor = False
  150.       OnClick = btnUpClick
  151.     end
  152.     object btnDown: TElPopupButton
  153.       Left = 411
  154.       Top = 143
  155.       Width = 75
  156.       Height = 23
  157.       ImageIndex = 0
  158.       DrawDefaultFrame = False
  159.       ShadowBtnHighlight = 14606295
  160.       ShadowBtnShadow = 7764576
  161.       ShadowBtnDkShadow = 5856328
  162.       ShowFocus = False
  163.       TextDrawType = tdtNormal
  164.       Transparent = False
  165.       Caption = 'Move &Down'
  166.       Enabled = False
  167.       TabStop = False
  168.       TabOrder = 5
  169.       Color = clBtnFace
  170.       ParentColor = False
  171.       OnClick = btnDownClick
  172.     end
  173.     object btnOk: TElPopupButton
  174.       Left = 411
  175.       Top = 9
  176.       Width = 75
  177.       Height = 23
  178.       ImageIndex = 0
  179.       DrawDefaultFrame = False
  180.       Default = True
  181.       ModalResult = 1
  182.       ShadowBtnHighlight = 14606295
  183.       ShadowBtnShadow = 7764576
  184.       ShadowBtnDkShadow = 5856328
  185.       ShowFocus = False
  186.       TextDrawType = tdtNormal
  187.       Transparent = False
  188.       Caption = 'OK'
  189.       TabOrder = 6
  190.       Color = clBtnFace
  191.       ParentColor = False
  192.     end
  193.     object btnCancel: TElPopupButton
  194.       Left = 411
  195.       Top = 38
  196.       Width = 75
  197.       Height = 23
  198.       ImageIndex = 0
  199.       DrawDefaultFrame = False
  200.       Cancel = True
  201.       ModalResult = 2
  202.       ShadowBtnHighlight = 14606295
  203.       ShadowBtnShadow = 7764576
  204.       ShadowBtnDkShadow = 5856328
  205.       ShowFocus = False
  206.       TextDrawType = tdtNormal
  207.       Transparent = False
  208.       Caption = 'Cancel'
  209.       TabOrder = 7
  210.       Color = clBtnFace
  211.       ParentColor = False
  212.     end
  213.   end
  214. end
  215.